OPERATION: Metasponse
1. Start Elastic + supporting servicesβ
-
Ensure the Elastic and support services (
kibana,elasticsearch,logstash,filebeat,arkime-viewer) are started:sudo systemctl start elastic.targetNOTE: These services are set to auto-start on boot due to
systemctl enable elastic.targetbeing ran during installation -
You can also verify by accessing the web interfaces of Kibana (
https://localhost:5601) and Arkime (https://localhost:8005)NOTE: Username:
assessor| Password:elastic
2. Install and Configure Metasponseβ
-
Start the Windows VM on the MIP and login to the OS
-
From the VM settings, add a new
Host-onlynetwork adapter to the Windows VM on the MIP -
Identify the IP address of the
Host-onlyRHEL VMnet adapter (vmnet1) - this will be referenced as<HOST_ONLY_RHEL_IP>later, where Metasponse on the Windows VM will be forwarding data:ip a s vmnet1 -
If not already performed, install the latest Metasponse IAW 262COS-MS-SOP-001 - Metasponse Client Setup as a Standalone configuration
-
Modify the following Metasponse settings from the Web UI: (don't forget to click the save icon for each change)
-
β Analysis Option Defaults
Elasticsearch: Server URL
elastic.urlhttps://<HOST_ONLY_RHEL_IP>:9200Elasticsearch: Pipeline name
elastic.pipelinemetasponseElasticsearch: Export Data Model
elastic.modelecsElasticsearch: Version
elastic.versionElasticSearch -
β Authentication Option Defaults
Elasticsearch: Username
elastic.auth.userassessorElasticsearch: Password
elastic.auth.passwordelasticElasticsearch: Verify SSL Certificate
elastic.ssl.verifyUNCHECKED (False)
-
3. Executing Metasponseβ
All Metasponse jobs executed from the MIP's Metasponse instance that use the Elasticsearch Analyzer will now forward their job logs to the local MIP Elasticsearch instance.